T
Type of objects in the collection.
Keysight Pathwave 89600 VSA .NET API
ICollectionBase<T> Interface
Members  See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : ICollectionBase<T> Interface


Glossary Item Box

For internal use

Syntax

Visual Basic (Declaration) 
Public Interface ICollectionBase(Of T) 
   Inherits ICollectionBase 
C# 
public interface ICollectionBase<T> : ICollectionBase  
C++/CLI 
generic<typename T>
public interface class ICollectionBase : public ICollectionBase  

Type Parameters

T
Type of objects in the collection.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also